Add TeX open-block and close-block keybindings to SGML, and vice versa.
authorChong Yidong <cyd@stupidchicken.com>
Thu, 13 May 2010 21:52:20 +0000 (17:52 -0400)
committerChong Yidong <cyd@stupidchicken.com>
Thu, 13 May 2010 21:52:20 +0000 (17:52 -0400)
commitc984694bc81abd904c71dfe8d3ea5e4330248386
tree08ab5ac04ade91207a8232fa8f4df752bdc2b021
parentf96beb510b9d19ee27c275f876bc16539ac86372
Add TeX open-block and close-block keybindings to SGML, and vice versa.

* textmodes/tex-mode.el (tex-mode-map): Bind C-c C-t to
latex-open-block and C-c / to latex-close-block.

* textmodes/sgml-mode.el (sgml-mode-map): Bind C-c C-o to sgml-tag
and C-c C-e to sgml-close-tag.
lisp/ChangeLog
lisp/textmodes/sgml-mode.el
lisp/textmodes/tex-mode.el